func runtime.chansend
6 uses
runtime (current package)
chan.go#L161: chansend(c, elem, true, sys.GetCallerPC())
chan.go#L176: func chansend(c *hchan, ep unsafe.Pointer, block bool, callerpc uintptr) bool {
chan.go#L190: racereadpc(c.raceaddr(), callerpc, abi.FuncPCABIInternal(chansend))
chan.go#L782: return chansend(c, elem, false, sys.GetCallerPC())
chan.go#L807: return chansend(c, elem, !nb, sys.GetCallerPC())
select.go#L26: chansendpc = abi.FuncPCABIInternal(chansend)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)